2005-09-13 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkiconview.c (gtk_icon_view_class_init):
+ (gtk_icon_view_get_dest_item_at_pos): Fix typos in the
+ docs. (#316008, #316027, #316121, Guillaume Cottenceau)
+
* gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Add some docs.
(#316001, Guillaume Cottenceau)
2005-09-13 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkiconview.c (gtk_icon_view_class_init):
+ (gtk_icon_view_get_dest_item_at_pos): Fix typos in the
+ docs. (#316008, #316027, #316121, Guillaume Cottenceau)
+
* gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Add some docs.
(#316001, Guillaume Cottenceau)
GTK_PARAM_READWRITE));
/**
- * GtkIconView:orientation:
+ * GtkIconView:reorderable:
*
* The reorderable property specifies if the items can be reordered
* by DND.
* @icon_view: a #GtkIconView
* @drag_x: the position to determine the destination item for
* @drag_y: the position to determine the destination item for
- * @path: Return location for the path of the highlighted item, or %NULL.
+ * @path: Return location for the path of the item, or %NULL.
* @pos: Return location for the drop position, or %NULL
*
* Determines the destination item for a given position.